home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / PRESUF.WI$ / PRESUF.WIZ
Text File  |  1995-08-11  |  2KB  |  49 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Add a Telephone Number prefix or suffix
  3. IF iswindowup "pcANYWHERE"
  4.   Blackboard "This Assistant will walk you through the process of configuring a dialing prefix and suffix."
  5.   Blackboard "During this session, your mouse cursor will be under computer control."
  6. ELSE
  7. RUN "winaw.exe"
  8.   Blackboard "Welcome to Norton pcANYWHERE"
  9. ENDIF
  10.   Blackboard "A prefix is any number(s) dialed before the phone number while a suffix is number(s) dialed after the phone number."
  11.   Blackboard "When you press NEXT, the Assistant will select Prefix/Suffix from the Configure pull down menu."
  12. Controlsoff "Dialing Prefix/Suffix"
  13.   Menuselect "o4p" ;Press Next to continue.
  14. LABEL MPW
  15. IF iswindowup "Master Password"
  16.    Controlsoff "Master Password"
  17.    BlackBoard   "A Master Password has been set.  Press Next to continue."
  18.    Acceptinto 1808  ;Please enter the Master Password now... Press Next to continue
  19.    Clickon 0001 ; This is a list of existing prefixes and suffixes.
  20.    IF iswindowup "Error"
  21.     BlackBoard  "I'm sorry -- your entry was incorrect.  Please try again..."
  22.     Clickon 0002
  23.     Goto MPW
  24.     endif
  25. Controlsoff "Dialing Prefix/Suffix"
  26. endif
  27. Blackboard "When NEXT is pressed, the Assistant will click on New to add a Prefix/Suffix to this list."
  28. Controlsoff "Prefix/Suffix"
  29. Clickon 4804    ;This is where a description and corresponding number will be entered.  Press NEXT.
  30. LABEL RETRY
  31. acceptinto 5002 ;Now, enter a name that clearly identifies your prefix or suffix entry. Press Next to continue....
  32. acceptinto 5004 ;Here, enter the actual numbers for the prefix/suffix.  Press Next to continue...
  33. If Controlempty 5002
  34.   Blackboard "This field may not be left blank. Press NEXT."
  35.   goto RETRY
  36. Endif
  37. If Controlempty 5004
  38.   Blackboard "This field may not be left blank. Press NEXT."
  39.   goto RETRY
  40. Endif
  41. Blackboard   "Press NEXT to save your entries."
  42. Clickon 0001    ;Your new prefix/suffix will appear in the drop down box on the Edit Host PC Entry menu under 'Call a Host'.
  43. IF iswindowup "Dialing Prefix/Suffix"
  44.    BlackBoard   "To create additional prefix/suffix, simply begin by selecting Configure from the pcANYWHERE Main menu at lesson end."
  45. blackboard "The Assistant will click on OK to save your new configuration."
  46. Clickon 0001  ;Goodbye
  47. Endif
  48. Exit
  49.